home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / Fruity Peak Controller.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Text File  |  2003-03-10  |  8KB  |  330 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 201
  3.   Top = 330
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SynthForm'
  7.   ClientHeight = 133
  8.   ClientWidth = 199
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SynthPanel: TWPControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 199
  25.     Height = 133
  26.     Align = alClient
  27.     Color = 5452845
  28.     ParentColor = False
  29.     ParentShowHint = True
  30.     object MuteBtn: TQuickBtn
  31.       Left = 167
  32.       Top = 120
  33.       Width = 31
  34.       Height = 11
  35.       Cursor = crHandPoint
  36.       Hint = '|Mute output sound'
  37.       ParentFont = False
  38.       ParentColor = True
  39.       Font.Charset = DEFAULT_CHARSET
  40.       Font.Color = clSilver
  41.       Font.Height = -11
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = []
  44.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  45.       Style = FS_Transparent
  46.       Spacing = 4
  47.       TextAlign = ttaLeft
  48.       AccelKey = 0
  49.       FXType = FX_Blend
  50.       BmpList = SynthResModule.LEDIL
  51.       OnClick = MuteBtnClick
  52.       Down = True
  53.       PopupAlign = Popup_Normal
  54.     end
  55.     object RampBtn: TQuickBtn
  56.       Left = 136
  57.       Top = 120
  58.       Width = 31
  59.       Height = 11
  60.       Cursor = crHandPoint
  61.       Hint = '|Ramp controllers'
  62.       ParentFont = False
  63.       ParentColor = True
  64.       Font.Charset = DEFAULT_CHARSET
  65.       Font.Color = clSilver
  66.       Font.Height = -11
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = []
  69.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  70.       Style = FS_Transparent
  71.       Spacing = 4
  72.       TextAlign = ttaLeft
  73.       AccelKey = 0
  74.       FXType = FX_Blend
  75.       BmpList = SynthResModule.LEDIL
  76.       OnClick = RampBtnClick
  77.       PopupAlign = Popup_Normal
  78.     end
  79.     object LFOBaseLvlWheel: TLineWheel
  80.       Tag = 4
  81.       Left = 12
  82.       Top = 85
  83.       Width = 17
  84.       Height = 17
  85.       Hint = '|^b^aLFO base level'
  86.       Options = []
  87.       MoveSpeed = 8192
  88.       SlowMotionDiv = 4
  89.       Max = 65536
  90.       DefaultValue = 0
  91.       OnChange = CutoffWheelChange
  92.       MouseButton = mbLeft
  93.       HotSideX = 9
  94.       HotSideY = 9
  95.       PopupMenu = SynthResModule.WheelMenu
  96.       LineColor = 2105472
  97.       LinePressedColor = 176
  98.     end
  99.     object PeakLvlWheel: TLineWheel
  100.       Tag = 1
  101.       Left = 51
  102.       Top = 26
  103.       Width = 17
  104.       Height = 17
  105.       Hint = '|^b^aPeak amount'
  106.       Options = [wwPause]
  107.       SlowMotionDiv = 4
  108.       Min = -256
  109.       Max = 256
  110.       Value = 179
  111.       DefaultValue = 0
  112.       OnChange = CutoffWheelChange
  113.       MouseButton = mbLeft
  114.       HotSideX = 9
  115.       HotSideY = 9
  116.       PopupMenu = SynthResModule.WheelMenu
  117.       LineColor = 2105472
  118.       LinePressedColor = 176
  119.       OnAdjustColor = LFOLvlWheelAdjustColor
  120.     end
  121.     object PeakLogWheel: TTensionWheel
  122.       Tag = 2
  123.       Left = 88
  124.       Top = 24
  125.       Width = 21
  126.       Height = 19
  127.       Cursor = crSizeNS
  128.       Hint = '|^b^aPeak tension'
  129.       Options = [wwPause]
  130.       SlowMotionDiv = 4
  131.       Min = -128
  132.       Max = 128
  133.       DefaultValue = 0
  134.       OnChange = CutoffWheelChange
  135.       MouseButton = mbLeft
  136.       HotSideX = 9
  137.       HotSideY = 9
  138.       PopupMenu = SynthResModule.WheelMenu
  139.       LineColor = 11791792
  140.       LinePressedColor = 4210943
  141.       OnAdjustColor = PeakLogWheelAdjustColor
  142.     end
  143.     object PeakDecWheel: TLineWheel
  144.       Tag = 3
  145.       Left = 129
  146.       Top = 26
  147.       Width = 17
  148.       Height = 17
  149.       Hint = '|^b^aPeak decay speed'
  150.       Options = []
  151.       MoveSpeed = 16
  152.       SlowMotionDiv = 4
  153.       Min = 5
  154.       Max = 128
  155.       Value = 66
  156.       DefaultValue = 66
  157.       OnChange = CutoffWheelChange
  158.       MouseButton = mbLeft
  159.       HotSideX = 9
  160.       HotSideY = 9
  161.       PopupMenu = SynthResModule.WheelMenu
  162.       LineColor = 2105472
  163.       LinePressedColor = 176
  164.     end
  165.     object LFOLvlWheel: TLineWheel
  166.       Tag = 5
  167.       Left = 51
  168.       Top = 85
  169.       Width = 17
  170.       Height = 17
  171.       Hint = '|^b^aLFO amount'
  172.       Options = [wwPause]
  173.       SlowMotionDiv = 4
  174.       Min = -256
  175.       Max = 256
  176.       DefaultValue = 0
  177.       OnChange = CutoffWheelChange
  178.       MouseButton = mbLeft
  179.       HotSideX = 9
  180.       HotSideY = 9
  181.       PopupMenu = SynthResModule.WheelMenu
  182.       LineColor = 2105472
  183.       LinePressedColor = 176
  184.       OnAdjustColor = LFOLvlWheelAdjustColor
  185.     end
  186.     object LFOSpeedWheel: TLineWheel
  187.       Tag = 7
  188.       Left = 129
  189.       Top = 85
  190.       Width = 17
  191.       Height = 17
  192.       Hint = '|^b^aLFO speed'
  193.       Options = []
  194.       MoveSpeed = 4096
  195.       SlowMotionDiv = 256
  196.       Min = 200
  197.       Max = 65536
  198.       Value = 32950
  199.       DefaultValue = 32950
  200.       OnChange = CutoffWheelChange
  201.       MouseButton = mbLeft
  202.       HotSideX = 9
  203.       HotSideY = 9
  204.       PopupMenu = SynthResModule.WheelMenu
  205.       LineColor = 2105472
  206.       LinePressedColor = 176
  207.     end
  208.     object PeakBaseLvlWheel: TLineWheel
  209.       Left = 12
  210.       Top = 26
  211.       Width = 17
  212.       Height = 17
  213.       Hint = '|^b^aPeak base level'
  214.       Options = []
  215.       MoveSpeed = 8192
  216.       SlowMotionDiv = 4
  217.       Max = 65536
  218.       DefaultValue = 0
  219.       OnChange = CutoffWheelChange
  220.       MouseButton = mbLeft
  221.       HotSideX = 9
  222.       HotSideY = 9
  223.       PopupMenu = SynthResModule.WheelMenu
  224.       LineColor = 2105472
  225.       LinePressedColor = 176
  226.     end
  227.     object InputMeter: TWAVVolumeter
  228.       Left = 165
  229.       Top = 18
  230.       Width = 7
  231.       Height = 29
  232.       Hint = '|Input monitor'
  233.       BmpList = SynthResModule.PeakIL
  234.       Stereo = False
  235.       Orientation = trVertical
  236.       Snap = 1
  237.       Max = 65536
  238.       DecaySpeed = 0
  239.       ClipDuration = 0
  240.       HoldDuration = 0
  241.     end
  242.     object LFOShapeSelect: TSelector
  243.       Tag = 8
  244.       Left = 34
  245.       Top = 60
  246.       Width = 125
  247.       Height = 12
  248.       Cursor = crHandPoint
  249.       Hint = '|^b^aLFO shape'
  250.       NumCols = 5
  251.       NumRows = 1
  252.       DefaultValue = 0
  253.       OnChange = CutoffWheelChange
  254.       PopupMenu = SynthResModule.WheelMenu
  255.     end
  256.     object LFOLogWheel: TTensionWheel
  257.       Tag = 6
  258.       Left = 88
  259.       Top = 83
  260.       Width = 21
  261.       Height = 19
  262.       Cursor = crSizeNS
  263.       Hint = '|^b^aLFO tension'
  264.       Options = [wwPause]
  265.       SlowMotionDiv = 4
  266.       Min = -128
  267.       Max = 128
  268.       DefaultValue = 0
  269.       OnChange = CutoffWheelChange
  270.       MouseButton = mbLeft
  271.       HotSideX = 9
  272.       HotSideY = 9
  273.       PopupMenu = SynthResModule.WheelMenu
  274.       LineColor = 11791792
  275.       LinePressedColor = 4210943
  276.       OnAdjustColor = PeakLogWheelAdjustColor
  277.     end
  278.     object LFOMeter: TWAVVolumeter
  279.       Left = 187
  280.       Top = 18
  281.       Width = 7
  282.       Height = 29
  283.       Hint = '|LFO output monitor'
  284.       BmpList = SynthResModule.PeakIL
  285.       Stereo = False
  286.       Orientation = trVertical
  287.       Snap = 1
  288.       Max = 65536
  289.       DecaySpeed = 0
  290.       ClipDuration = 0
  291.       HoldDuration = 0
  292.     end
  293.     object PeakMeter: TWAVVolumeter
  294.       Left = 176
  295.       Top = 18
  296.       Width = 7
  297.       Height = 29
  298.       Hint = '|Peak output monitor'
  299.       BmpList = SynthResModule.PeakIL
  300.       Stereo = False
  301.       Orientation = trVertical
  302.       Snap = 1
  303.       Max = 65536
  304.       DecaySpeed = 0
  305.       ClipDuration = 0
  306.       HoldDuration = 0
  307.     end
  308.     object LineWheel1: TLineWheel
  309.       Tag = 9
  310.       Left = 166
  311.       Top = 86
  312.       Width = 15
  313.       Height = 15
  314.       Hint = '|^b^aLFO phase'
  315.       Options = []
  316.       MoveSpeed = 8192
  317.       SlowMotionDiv = 4
  318.       Max = 65535
  319.       DefaultValue = 0
  320.       OnChange = CutoffWheelChange
  321.       MouseButton = mbLeft
  322.       HotSideX = 9
  323.       HotSideY = 9
  324.       PopupMenu = SynthResModule.WheelMenu
  325.       LineColor = 2105472
  326.       LinePressedColor = 176
  327.     end
  328.   end
  329. end
  330.